func runtime.tophash

15 uses

	runtime (current package)
		map.go#L195: func tophash(hash uintptr) uint8 {
		map.go#L430: 	top := tophash(hash)
		map.go#L491: 	top := tophash(hash)
		map.go#L535: 	top := tophash(hash)
		map.go#L613: 	top := tophash(hash)
		map.go#L730: 	top := tophash(hash)
		map.go#L1207: 						top = tophash(hash)
		map_fast32.go#L166: 	insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast32.go#L256: 	insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast64.go#L166: 	insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast64.go#L256: 	insertb.tophash[inserti&(bucketCnt-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_faststr.go#L93: 	top := tophash(hash)
		map_faststr.go#L188: 	top := tophash(hash)
		map_faststr.go#L230: 	top := tophash(hash)
		map_faststr.go#L325: 	top := tophash(hash)